home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gnome-vfs-2.0 / libgnomevfs / gnome-vfs-job-limit.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-01  |  1.3 KB  |  33 lines

  1. /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
  2.  
  3. /* gnome-vfs-job-limit.h - Job queue limit manipulation for asynchronous 
  4.    operations of the GNOME Virtual File System (version for POSIX threads).
  5.  
  6.    Copyright (C) 2001 Free Software Foundation
  7.  
  8.    The Gnome Library is free software; you can redistribute it and/or
  9.    modify it under the terms of the GNU Library General Public License as
  10.    published by the Free Software Foundation; either version 2 of the
  11.    License, or (at your option) any later version.
  12.  
  13.    The Gnome Library is distributed in the hope that it will be useful,
  14.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     See the GNU
  16.    Library General Public License for more details.
  17.  
  18.    You should have received a copy of the GNU Library General Public
  19.    License along with the Gnome Library; see the file COPYING.LIB.  If not,
  20.    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  21.    Boston, MA 02111-1307, USA.
  22.  
  23.    Author: Laszlo Peter <laca@ireland.sun.com>
  24. */
  25.  
  26. #ifndef GNOME_VFS_JOB_LIMIT_H
  27. #define GNOME_VFS_JOB_LIMIT_H
  28.  
  29. void          gnome_vfs_async_set_job_limit  (int              limit);
  30. int          gnome_vfs_async_get_job_limit  (void);
  31.  
  32. #endif /* GNOME_VFS_JOB_LIMIT_H */
  33.